home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / ice-warrior.swf / scripts / DefineSprite_286 / frame_4 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  110 b   |  7 lines

  1. stop();
  2. btnNext.onPress = function()
  3. {
  4.    _root.sndButton.start(0,1);
  5.    _root.gotoAndStop("level");
  6. };
  7.